home *** CD-ROM | disk | FTP | other *** search
/ Building Homes of Our Own / Building Homes of our Own.iso / setup / data1.cab / Everything / working / houCons.dxr / exitFrameScripts_59.ls < prev    next >
Encoding:
Text File  |  2002-09-25  |  214 b   |  10 lines

  1. on exitFrame me
  2.   global gConMan
  3.   nextDecision = getCurDecision(gConMan)
  4.   if (nextDecision = #outdoorelement) or (nextDecision = #outdoorelements) then
  5.     go(the frame - 8)
  6.   else
  7.     go("LS_init")
  8.   end if
  9. end
  10.